Conversation
Changelog ReminderReminder to update the CHANGELOG.md for any of the modified packages in this PR.
|
|
|
||
| ### Changed | ||
| - Fixed deployment of SimpleForwarder (solved an issue which caused batch operation `OPERATION_TYPE_SIMPLE_FORWARD_CALL` to always revert) | ||
| - `SuperTokenV1Library.distributeFlow`: return `actualFlowRate` |
There was a problem hiding this comment.
it could be breaking change for some; I think I might have a few places doing assert(whateverreturningbool)
There was a problem hiding this comment.
but that's an okay breaking change, since it's not at ABI level, and code will not compile for the new function signature if they relying on returning bool.
hellwolf
left a comment
There was a problem hiding this comment.
consider to update CHANGELOG to mark some of the changes BREAKING
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #2048 +/- ##
==========================================
- Coverage 88.15% 88.08% -0.07%
==========================================
Files 109 109
Lines 6862 6900 +38
Branches 985 997 +12
==========================================
+ Hits 6049 6078 +29
- Misses 811 820 +9
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
XKCD Comic RelifLink: https://xkcd.com/2048 |

createPoolWithCustomERC20Metadatadistribute/distributeFlowreturnactualAmount/actualFlowRate